home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOGOUT / TFRMLOGOUT.txt
Encoding:
Text File  |  2003-01-14  |  1.4 KB  |  66 lines

  1. inherited frmLogout: TfrmLogout
  2.   HelpContext = 51
  3.   OldCreateOrder = True
  4.   OnShow = FormShow
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         'Logs off the current user.')
  14.     end
  15.   end
  16.   inherited pnlCenter: TPanel
  17.     inherited pgcControlPage: TPageControl
  18.       inherited tbsAM5Main: TTabSheet
  19.         object cbForce: TCheckBox
  20.           Left = 10
  21.           Top = 16
  22.           Width = 439
  23.           Height = 17
  24.           Caption = '&Force log off without notifying applications'
  25.           TabOrder = 0
  26.         end
  27.       end
  28.     end
  29.   end
  30.   inherited taclKeyboardTrap: TActionList
  31.     Left = 200
  32.   end
  33.   inherited dxSIBarManager: TdxBarManager
  34.     Categories.ItemsVisibles = (
  35.       2)
  36.     Categories.Visibles = (
  37.       True)
  38.     PopupMenuLinks = <
  39.       item
  40.         Control = lsvAM5Errors
  41.         PopupMenu = dxCheckPopup
  42.       end>
  43.     DockControlHeights = (
  44.       0
  45.       0
  46.       0
  47.       0)
  48.   end
  49.   inherited dxCheckPopup: TdxBarPopupMenu
  50.     ItemLinks = <
  51.       item
  52.         Item = itmCheckAllErrors
  53.         UserGlyph.Data = {00000000}
  54.         Visible = True
  55.       end
  56.       item
  57.         Item = itmCheckNoErrors
  58.         UserGlyph.Data = {00000000}
  59.         Visible = True
  60.       end>
  61.   end
  62.   inherited IvTranslator1: TIvTranslator
  63.     Left = 232
  64.   end
  65. end
  66.